home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
ftp2.jacobs.com
/
2015.02.ftp2.jacobs.com.tar
/
ftp2.jacobs.com
/
pub
/
iPass
/
Open Mobile-V2.3.0-11624-V9.000.msi
/
Data1.cab
/
_30660049C0E6E17435AFFD0458CCDB76
< prev
next >
Wrap
Extensible Markup Language
|
2012-10-24
|
716b
|
23 lines
<?xml version="1.0" encoding="utf-8" ?>
<Plugin Id="iPass.SWUpdateAssist" Name ="iPass Software Update Assistant Plugin" Version="1.0.0" ProviderName="iPass Corp." ProviderUrl="www.ipass.com">
<Service Name="SWUpdateAssist" Context="System">
<RunDLL File="SoftwareUpdateAssistant.dll" Class="iPass.SoftwareUpdateAssistant.SWUpdateAssistant" />
</Service>
<Command Name ="RegisterCOM" Context="System">
<RunDLL File="SoftwareUpdateAssistant.dll" Class="iPass.SoftwareUpdateAssistant.SWUpdateAssistant" />
</Command>
<Install>
<RunCLI>cmd.exe /c install.bat</RunCLI>
</Install>
<Uninstall>
<RunCLI>cmd.exe /c uninstall.bat</RunCLI>
</Uninstall>
</Plugin>